internal/runtime/maps.groupReference.elem (method)
40 uses
internal/runtime/maps (current package)
group.go#L291: func (g *groupReference) elem(typ *abi.SwissMapType, i uintptr) unsafe.Pointer {
group.go#L349: oldElem := *(*unsafe.Pointer)(oldGroup.elem(typ, i))
group.go#L355: *(*unsafe.Pointer)(newGroup.elem(typ, i)) = newElem
map.go#L458: slotElem := g.elem(typ, i)
map.go#L552: slotElem := g.elem(typ, i)
map.go#L581: slotElem := g.elem(typ, i)
map.go#L622: elem := g.elem(typ, i)
map.go#L708: slotElem := g.elem(typ, i)
runtime_fast32_swiss.go#L167: slotElem := g.elem(typ, i)
runtime_fast32_swiss.go#L186: slotElem := g.elem(typ, i)
runtime_fast32_swiss.go#L260: slotElem = g.elem(typ, i)
runtime_fast32_swiss.go#L305: slotElem = g.elem(typ, i)
runtime_fast32_swiss.go#L398: slotElem = g.elem(typ, i)
runtime_fast32_swiss.go#L438: slotElem = g.elem(typ, i)
runtime_fast64_swiss.go#L167: slotElem := g.elem(typ, i)
runtime_fast64_swiss.go#L186: slotElem := g.elem(typ, i)
runtime_fast64_swiss.go#L260: slotElem = g.elem(typ, i)
runtime_fast64_swiss.go#L305: slotElem = g.elem(typ, i)
runtime_fast64_swiss.go#L342: slotElem := g.elem(typ, i)
runtime_fast64_swiss.go#L361: slotElem := g.elem(typ, i)
runtime_fast64_swiss.go#L437: slotElem = g.elem(typ, i)
runtime_fast64_swiss.go#L477: slotElem = g.elem(typ, i)
runtime_faststr_swiss.go#L235: slotElem := g.elem(typ, i)
runtime_faststr_swiss.go#L254: slotElem := g.elem(typ, i)
runtime_faststr_swiss.go#L331: slotElem = g.elem(typ, i)
runtime_faststr_swiss.go#L376: slotElem = g.elem(typ, i)
table.go#L208: slotElem := g.elem(typ, i)
table.go#L241: slotElem := g.elem(typ, i)
table.go#L291: slotElem := g.elem(typ, i)
table.go#L344: slotElem := g.elem(typ, i)
table.go#L405: slotElem := g.elem(typ, i)
table.go#L449: slotElem := g.elem(typ, i)
table.go#L762: elem := it.group.elem(it.typ, slotIdx)
table.go#L823: elem = it.group.elem(it.typ, k)
table.go#L835: elem = it.group.elem(it.typ, k)
table.go#L968: elem = it.group.elem(it.typ, slotIdx)
table.go#L1083: elem = it.group.elem(it.typ, slotIdx)
table.go#L1176: elem := g.elem(typ, j)
table.go#L1217: elem := g.elem(typ, j)
table_debug.go#L117: dump(g.elem(typ, j), typ.Elem.Size_)